home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / ksysguarddrc < prev    next >
Encoding:
Text File  |  2008-01-04  |  1.1 KB  |  23 lines

  1. # /etc/ksysguardd.conf
  2.  
  3. # LogFiles: the list of all available logfiles
  4. LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log
  5.  
  6. # Sensors: the list of all accessable sensors
  7. #    Apm             Advanced Power Managment
  8. #    Acpi            Advanced Configuration and Power Interface
  9. #    CpuInfo         CPU-Clock informations
  10. #    DiskStat        partition space. Data comes from mtab, getmntent() and statfs()
  11. #    DiskStats       disk throughput. Data comes from /etc/diskstats
  12. #    LmSensors       informations about motherboard and CPU
  13. #    LoadAvg         system load values
  14. #    LogFile         local logfiles
  15. #    Memory          physical memory and swap
  16. #    NetDev          throughput of network interfaces
  17. #    NetStat         number of TCP/UDP/ICMP/Unix sockets
  18. #    ProcessList     current processes
  19. #    SoftRaid    Monitors software raid devices. See mdadm.
  20. #    Stat            interrupts, CPU and disk throughput. Data comes from /etc/stat
  21. #    Uptime          System uptime. Data comes from /etc/uptime
  22. Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile,DiskStats,Uptime,SoftRaid
  23.